JPA Specification Kotlin DSL
Toggle table of contents
1.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
JPA Specification Kotlin DSL
JPA Specification Kotlin DSL
/
io.github.alfonsoristorato.jpaspeckotlindsl.join
Package-level
declarations
Functions
Functions
join
Link copied to clipboard
fun
<
Z
,
T
,
R
>
KProperty1
<
T
,
R
>
.
join
(
from
:
From
<
Z
,
T
>
,
joinType
:
JoinType
=
JoinType.INNER
)
:
Join
<
T
,
R
>
Creates a
Join
for this property on the given
From
.